home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol K-12
/
Vol K-12.iso
/
games
/
extrem_t.exe
/
scripts
/
DefineButton2_52
/
BUTTONCONDACTION on(rollOver).as
< prev
Wrap
Text File
|
2012-08-27
|
185b
|
11 lines
on(rollOver){
if(choix != 2)
{
bjouer.gotoAndStop(1);
bdefi.gotoAndStop(1);
bscore.gotoAndPlay(2);
choix = 2;
sonMC.gotoAndPlay(3);
}
}